Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
1: |
|
f(g(x,y),x,z) |
→ f(z,z,z) |
2: |
|
g(x,y) |
→ x |
3: |
|
g(x,y) |
→ y |
|
There is one dependency pair:
|
4: |
|
F(g(x,y),x,z) |
→ F(z,z,z) |
|
The approximated dependency graph contains one SCC:
{4}.
-
Consider the SCC {4}.
There are no usable rules.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006